object Form21: TForm21 Left = 334 Top = 64 Width = 784 Height = 595 Caption = 'Interpolation' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True OnClose = FormClose OnDeactivate = FormDeactivate OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 10 Top = 10 Width = 765 Height = 16 Caption = 'Printed output can look blocky when the resolution of the image ' + 'is too low in comparison to the print size. For example, a 640 ' + 'x 480' end object Label2: TLabel Left = 10 Top = 30 Width = 720 Height = 16 Caption = 'image printed at 5 x 3.75 inches is 128 dots per inch (dpi) sinc' + 'e 640 / 5 inches is 128. The same 640 x 480 image printed at' end object Label3: TLabel Left = 10 Top = 49 Width = 763 Height = 16 Caption = '10 x 7.5 inches reduces printed resolution to 64 dpi. At 64 dpi' + ', the printed output will most likely look blocky because the pi' + 'xels are' end object Label4: TLabel Left = 10 Top = 69 Width = 751 Height = 16 Caption = 'so large that they become visible. To compensate and increase t' + 'he output resolution, Qimage Pro can interpolate prior to printi' + 'ng.' end object Label6: TLabel Left = 10 Top = 98 Width = 732 Height = 16 Caption = 'Interpolation will increase resolution and eliminate blockiness ' + 'in the printout. We recommend printing at a minimum of 120 dpi.' end object Label7: TLabel Left = 10 Top = 118 Width = 734 Height = 16 Caption = 'Entering 160 as a threshold will ensure that all prints are at l' + 'east 120 dpi since interpolation begins at 75% of the value ente' + 'red.' end object GroupBox1: TGroupBox Left = 89 Top = 138 Width = 592 Height = 336 Caption = 'Filter Type' TabOrder = 0 object Image1: TImage Left = 10 Top = 20 Width = 120 Height = 118 Picture.Data = {} end object Label8: TLabel Left = 49 Top = 140 Width = 44 Height = 16 Caption = 'Original' end object Image2: TImage Left = 158 Top = 20 Width = 120 Height = 118 Picture.Data = {} end object Image3: TImage Left = 305 Top = 20 Width = 121 Height = 118 Picture.Data = {} end object Image4: TImage Left = 453 Top = 20 Width = 121 Height = 118 Picture.Data = {} end object Image5: TImage Left = 158 Top = 177 Width = 120 Height = 118 Picture.Data = {} end object Image6: TImage Left = 10 Top = 177 Width = 120 Height = 118 Picture.Data = {} end object Image7: TImage Left = 305 Top = 177 Width = 121 Height = 118 Picture.Data = {} end object Image8: TImage Left = 453 Top = 177 Width = 121 Height = 118 Picture.Data = {} end object Label9: TLabel Left = 59 Top = 318 Width = 478 Height = 16 Caption = 'Numbers in parentheses indicate filter calculation speed from 1-' + '10 (higher is faster)' Font.Charset = ANSI_CHARSET Font.Color = clGreen Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object RadioButton1: TRadioButton Left = 453 Top = 298 Width = 129 Height = 21 Caption = 'Bicubic spline (3)' TabOrder = 0 end object RadioButton2: TRadioButton Left = 158 Top = 298 Width = 119 Height = 21 Caption = 'Mitchell Filter (3)' Checked = True TabOrder = 1 TabStop = True end object RadioButton3: TRadioButton Left = 158 Top = 140 Width = 119 Height = 21 Caption = 'Pixel Resize (10)' TabOrder = 2 end object RadioButton4: TRadioButton Left = 305 Top = 140 Width = 129 Height = 21 Caption = 'Lanczos Filter (1)' TabOrder = 3 end object RadioButton5: TRadioButton Left = 453 Top = 140 Width = 119 Height = 21 Caption = 'Hermite Filter (6)' TabOrder = 4 end object RadioButton6: TRadioButton Left = 10 Top = 298 Width = 119 Height = 21 Caption = 'Triangle Filter (6)' TabOrder = 5 end object RadioButton7: TRadioButton Left = 305 Top = 298 Width = 100 Height = 21 Caption = 'Bell Filter (5)' TabOrder = 6 end end object GroupBox2: TGroupBox Left = 10 Top = 474 Width = 671 Height = 80 Caption = 'Threshold for auto-interpolation of printed images' TabOrder = 1 object Label12: TLabel Left = 10 Top = 20 Width = 630 Height = 16 Caption = 'Any image that has a printed resolution 25% or more below the th' + 'reshold will be interpolated to the threshold.' end object Label14: TLabel Left = 169 Top = 49 Width = 119 Height = 16 Caption = 'Filter threshold (dpi):' end object Label5: TLabel Left = 374 Top = 49 Width = 198 Height = 16 Caption = '(enter zero to turn interpolation off)' end object Edit1: TEdit Left = 295 Top = 44 Width = 64 Height = 24 TabOrder = 0 Text = '160' end end object BitBtn1: TBitBtn Left = 689 Top = 522 Width = 80 Height = 31 TabOrder = 2 OnClick = BitBtn1Click Kind = bkOK end end